Description
Get the entries of a directory. This is returning a blob containing a serialized JSON array. The input document, if specified, is used as a context for a potential local configuration of the directory.
Operation id | Directory.Entries |
Category | Services |
Label | Get directory entries |
Requires | |
Since | |
Parameters
Signature
Inputs | void, document |
Outputs | blob, blob |
Implementation Information
JSON Definition
{
"id" : "Directory.Entries",
"label" : "Get directory entries",
"category" : "Services",
"requires" : null,
"description" : "Get the entries of a directory. This is returning a blob containing a serialized JSON array. The input document, if specified, is used as a context for a potential local configuration of the directory.",
"url" : "Directory.Entries",
"signature" : [ "void", "blob", "document", "blob" ],
"params" : [ {
"name" : "directoryName",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "lang",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "translateLabels",
"description" : null,
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}